←Select platform

UnWarpCommand Constructor(LeadPoint[])

Summary

Initializes a new UnWarpCommand class object with inputPoints values.

Syntax
C#
VB
C++
Java
Public Function New( _ 
   ByVal inputPoints() As LeadPoint _ 
) 
public UnWarpCommand(ArrayList<LeadPoint> inputPoints) 
public: 
UnWarpCommand(  
   array<LeadPoint>^ inputPoints 
) 

Parameters

inputPoints
An array of LeadPoint structures that represent the points used for input of the distorted image.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly